Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Skip runtime support #490

Open
bennostein opened this issue Nov 7, 2024 · 0 comments
Open

Java Skip runtime support #490

bennostein opened this issue Nov 7, 2024 · 0 comments

Comments

@bennostein
Copy link
Contributor

	* JNA FFI w/ dynamic proxies? compile-time codegen? codegen seems preferable from perf perspective
	* JSON-serializable skip-heap objects through our constructors for skip-heap data etc.
	* best-effort checking that mappers themselves don't have mutable state: more reasonable than proper guarantees!
		* fields must either (a) be final & primitive or (b) <: our superclass
		* possible hurdle: build systems that link javac, which makes it potentially tricky to use annotation processors
		* warn/check against egregious misuse of mutable globals; don't fully walk callees
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant