Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

idea for codegen: do a top level pass before class/function bodies. #152

Closed
jmesserly opened this issue Apr 23, 2015 · 3 comments
Closed
Assignees

Comments

@jmesserly
Copy link
Contributor

I'm thinking this might let us simplify _lazyClass and logic like that ... just try and emit it non-lazy, and if it fails, emit it lazy. The reason we can't do this today is because we need to refer to the class name differently inside the method bodies based on the laziness decision.

@jmesserly
Copy link
Contributor Author

working on this, as part of #131

@jmesserly
Copy link
Contributor Author

@jmesserly jmesserly reopened this May 12, 2015
@jmesserly
Copy link
Contributor Author

(but that CL is not landed yet :) )

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

No branches or pull requests

1 participant