Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Spike faster approach for generating accessors #1168

Closed
3 tasks
bamboo opened this issue Oct 5, 2018 · 1 comment
Closed
3 tasks

Spike faster approach for generating accessors #1168

bamboo opened this issue Oct 5, 2018 · 1 comment

Comments

@bamboo
Copy link
Member

bamboo commented Oct 5, 2018

Compiling the generated accessors is now the main bottleneck in the first use and buildscript classpath change scenarios.

This spike will explore emitting the bytecode for the accessors directly in order to completely avoid the compilation overhead.

The main questions to be answered by the spike are:

  • is the approach feasible at all?
  • how much faster can it be?
  • is the IDE experience negatively impacted in any way?
@JLLeitschuh
Copy link
Contributor

Being able to to jump to declarations in the IDE is really nice. I'd rather not lose that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants