DescriptionMake an IdlCompiler class
Refactoring CL, inspired by and preliminary to Terry's "speed up r-b-t" CL.
This adds a thin wrapper class, IdlCompiler, which has two methods:
* Initialization (both IdlReader and CodeGeneratorV8)
* .compile()
The resulting main() is v. simple (clear initialization/compile);
this will also make Terry's CL considerably simpler and easier to review,
since he can just instantiate this class in r-b-t and call it repeatedly.
Terry's:
Faster PYTHON IDL dependency computation and parsing.
https://codereview.chromium.org/169743005/
R=haraken
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168340
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|