Giter VIP home page Giter VIP logo

Comments (6)

borkdude avatar borkdude commented on June 15, 2024

@FieryCod I think a better option is to AOT (Clojure compile) your code first and not run Clojure's compilation process through the native image agent.

from refl.

FieryCod avatar FieryCod commented on June 15, 2024

@borkdude Traces comes from one of the holy-lambda examples (native-configuration here). HL automatically compiles user code with depstar.

As you can see here. I'm running native-agent on jar. For simple projects where aws-api is not used, both traces and reflection configurations do not contain any of the entries specified in this issue.

from refl.

borkdude avatar borkdude commented on June 15, 2024

Please make a smaller repro.

from refl.

borkdude avatar borkdude commented on June 15, 2024

To be clear, I am interested in improvements, but I'd like to learn what causes these reflections. An already compiled Clojure program should probably not hit any clojure.lang.Compiler reflections anymore. Hence I am interested in a repro, e.g. an addition to src/refl/main.clj which triggers this.

from refl.

FieryCod avatar FieryCod commented on June 15, 2024

@borkdude here is the repro. FieryCod@4752c4b

from refl.

borkdude avatar borkdude commented on June 15, 2024

@FieryCod Thanks, that helps. I'll take a closer look this weekend hopefully.

What is interesting is that it also stumbles upon:

Could not resolve clojure.core$eval12 for reflection configuration. Reason: java.lang.ClassNotFoundException: clojure.core$eval12

It seems that eval is being called somewhere in this program, which doesn't work with GraalVM anyway. So some deeper digging would be worth to find out why this is the case. Perhaps it hits this spot?

https://github.com/clojure/clojure/blob/b1b88dd25373a86e41310a525a21b497799dbbf2/src/clj/clojure/core.clj#L5481

from refl.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.