- 15ae43f Use Splitter and Joiner as suggested in review by unnurg@google.com · 14 years ago
- a991c1e Ensure that class literals whose classes are pruned yield class names based on hashcode to maintain existing behavior for some legacy apps. by cromwellian@google.com · 14 years ago
- ea2bb79 Re-roll of r10435. Changes Class.getName() to return Class$S<seedId> when by cromwellian@google.com · 14 years ago
- 8eea143 More robust fix, escaping all args to the glass panel display code by unnurg@google.com · 14 years ago
- 43b18c3 JsoNormalizer did not give unique names to devirtualized by zundel@google.com · 14 years ago
- 266f34c sanitize the bad codeserver name before outputting the error message for security by unnurg@google.com · 14 years ago
- 3893302 Update to the staleness check when loading the PersistentUnitCache by zundel@google.com · 14 years ago
- 4814ffa Add chunking to the xsiframe linker by unnurg@google.com · 14 years ago
- eada3ee Re-rolled: Reduces chances of deadlock when CompilingClassLoader and MultiParentClassLoader are concurrently accessed from multiple threads. by tobyr@google.com · 14 years ago
- 6fee873 A rollback of the following change (fails on some JVMs): by tobyr@google.com · 14 years ago
- e892c7c Reduces chances of deadlock when CompilingClassLoader and MultiParentClassLoader are concurrently accessed from multiple threads. by tobyr@google.com · 14 years ago
- f1ce865 Rollback due to breakage by cromwellian@google.com · 14 years ago
- 2721d50 Missing file Pruner.java from last submitted change. by cromwellian@google.com · 14 years ago
- 2339e43 Re-roll r10435 by cromwellian@google.com · 14 years ago
- 249c45e After an enum is ordinalized, any static methods generated as staticImpl's should no longer be considered as such, since there is no longer an instantated instance being passed as the first arg to the method (this instance has been transformed into an ordinal int). by jbrosenberg@google.com · 14 years ago
- 38bc246 Temporarily rolling back r10435 due to issue with uninstantiable type associated with a class literal getting pruned. by cromwellian@google.com · 14 years ago
- 941b3b1 This patch substantially reduces the overhead of Java types in the output by minimizing vtable setup and virtual class literal fetches. Improvements are anywhere from 5% to 10% uncompressed obfuscated JS. by cromwellian@google.com · 14 years ago
- 66815e7 Fix JsInliner, to properly handle name scope tracking after multi-level inlining. Was causing local variable name collisions after obfuscation. by jbrosenberg@google.com · 14 years ago
- 4d9497d UnifyAst correctly handles polymorphic overrides with mixed default/public access. by scottb@google.com · 14 years ago
- b1caeda Remove JSNI paths from RPC deserialization. AKA: Make RPC screaming fast in DevMode. by tobyr@google.com · 14 years ago
- 50e29fe Fix bug in UnifyAst where non-null array types failed to canonicalize. by scottb@google.com · 14 years ago
- 527ad4c Updates the module name validation check for using CompileModule on a project. by zundel@google.com · 14 years ago
- 544d50d Fix ArrayStoreException in assignments to an element of an array of a single jso interface type. by jbrosenberg@google.com · 14 years ago
- 9ebdf78 Enable generator result caching, by default. by jbrosenberg@google.com · 14 years ago
- 7fd0e01 Use CompilationUnitBuilder.create factory method. Remove unneeded by zundel@google.com · 14 years ago
- 828042b Bug triggered when SourceFileCompilationUnit.asCachedCompilation() unit by zundel@google.com · 14 years ago
- 50705b0 Fix bug resolving multiple-nested types. by scottb@google.com · 14 years ago
- 26f2a7f Suppress additional JDT compile problems. by scottb@google.com · 14 years ago
- bc65806 Ignore invalid types in heirarchy. by scottb@google.com · 14 years ago
- a5b133e Patch for interim state of incremental compile. by zundel@google.com · 14 years ago
- 13af714 Switch on GWT incremental compilation, again. by scottb@google.com · 14 years ago
- f88514f Last change prevented re-loading modules, but caused it to write too many by zundel@google.com · 14 years ago
- e84ab41 Refactor LoadingStrategy for xsiframe linker and rename it to ScriptLoadingStrategy since it is not inherently tied to the xsiframe linker. by unnurg@google.com · 14 years ago
- 0d71338 Temporary rollback of GwtAstBuilder enabling. by zundel@google.com · 14 years ago
- 9ca2a54 Switch on GWT incremental compilation. by scottb@google.com · 14 years ago
- 97d77d9 Ensure contentId is not null when creating a SourceFileCompilationUnit by zundel@google.com · 14 years ago
- 4e78f00 Update CompiledClass to use the handy DiskCacheToken class. Makes it by zundel@google.com · 14 years ago
- 020b246 Improve GwtAstBuilder output when stack emulation is enabled. by scottb@google.com · 14 years ago
- f6cce1e Don't allow DataflowOptimizer to perform constant transformation on expressions with side-effects. by jbrosenberg@google.com · 14 years ago
- a778e96 Turns on reading from archives by default. by zundel@google.com · 14 years ago
- 804f3e0 Fix handling of unlabeled break and continue in gflow. by zundel@google.com · 14 years ago
- f9ee1c5 GwtAstBuilder better handling of JSNI refs to constants. by scottb@google.com · 14 years ago
- 233ac50 Updated generator result caching to use lastModifiedTime from CompilationUnit.lastModified(). by jbrosenberg@google.com · 14 years ago
- 341a52b Resolve GWT.create() answers by source name. by scottb@google.com · 14 years ago
- 0798435 Provide a more standard GWT linker for HTML5 worker threads based on the ConfigurableLinker. Unlike the non-standard WorkerLinker and SharedWorkerLinker, this change allows worker threads to do GWT RPCs. A follow-up change will migrate existing uses of the old linkers to this new one. by digi@google.com · 14 years ago
- 56b00b0 Crude AST versioning. by scottb@google.com · 14 years ago
- e65b5ca Allow binary-only references for compile-time constants. by scottb@google.com · 14 years ago
- add9eea Fix enum switch construction in GwtAstBuilder. by scottb@google.com · 14 years ago
- d5fc267 Decreased the log level on a message relating to "purging" the cache. by zundel@google.com · 14 years ago
- 02c2bbf Error reporting for UnifyAst. by scottb@google.com · 14 years ago
- a740f9e ForeachStatement fix for GwtAstBuilder. by scottb@google.com · 14 years ago
- 2d2adc4 JavaAstConstructor uses UnifyAst. by scottb@google.com · 14 years ago
- c0a2ce3 CompileModule creates a serialized set of compilation units to represent by zundel@google.com · 14 years ago
- c6e1aba I don't believe in magic, but as Scott points out, there are consistent by zundel@google.com · 14 years ago
- 4cf66cd Adds support for runtime evaluation of JavaScriptObject methods from a debugger. Primarily intended as support API for debuggers, but developers can also use it directly in a debugger (for example, in watch windows or breakpoint expressions). by tobyr@google.com · 14 years ago
- e895a52 Minor changes to dashboard notifier interface to enable better session-tracking by jhumphries@google.com · 14 years ago
- 7be87cb Don't initialize SpeedTracerLogger thread or process time keepers if not enabled. by jbrosenberg@google.com · 14 years ago
- 0aee768 DirectInstallLinker should not immediately remove the script tag it has inserted into the IFRAME as this can fail in Webkit browsers by fredsa@google.com · 14 years ago
- f595aab UnifyAst works with SOYC. by scottb@google.com · 14 years ago
- fef361d Add concrete SourceInfo for varargs in method calls by jbrosenberg@google.com · 14 years ago
- c48545c Fix enum ordinalization black-listing for upcasts in new array initializers by jbrosenberg@google.com · 14 years ago
- 7472dcf Adds some more docs to TypeTightener and MethodCallTightener by zundel@google.com · 14 years ago
- a1251eb Unify the AST produced by GwtAstBuilder. by scottb@google.com · 14 years ago
- e3d8f64 Autoformat JavaToJavaScriptCompiler. by scottb@google.com · 14 years ago
- 8df8ee4 fixes a bug in TypeOracle that marked vararg methods with the transient modifier, which is illegal for methods by goderbauer@google.com · 14 years ago
- aaeafde Re-rolling "Re-implement runAsync to improve code size." Take 3. by scottb@google.com · 14 years ago
- 1f7a5b1 Creates a delegate for CompilationResult for use by third party linkers. by zundel@google.com · 14 years ago
- df4885b Adds ability to query the generator context whether a rebind rule exists for a given type by jbrosenberg@google.com · 14 years ago
- d734702 Clarify some confusing code in TypeTightener. by scottb@google.com · 14 years ago
- 73916dd Move the SimpleAppCacheLinker out to sample land, it's not quite ready. by rjrjr@google.com · 14 years ago
- 2b4727d cleanups to soyc HTML report generation code. by zundel@google.com · 14 years ago
- 6f4f048 Reintroduces JsInliner patch (3rd time is a charm?). Fix for issue 5707. by jbrosenberg@google.com · 14 years ago
- bf777a6 Consolidates all methodDependencies files into one per split point. by zundel@google.com · 14 years ago
- 1527716 Added -XdisableSoycHtml command line flag for disabling HTML compile report generation. This will not affect SOYC XML output. by dconnelly@google.com · 14 years ago
- 39ef8ac Reverted due to failures in client code by unnurg@google.com · 14 years ago
- 6df4d31 Re-rolling "Re-implement runAsync to improve code size." by scottb@google.com · 14 years ago
- 1fe844c Added a bit of documentation on JType by zundel@google.com · 14 years ago
- eee44e0 Removes CompileModule.java, retaining the unit test that depends on it. by zundel@google.com · 14 years ago
- 64d0d60 Reformatting in advance of forthcoming patch by jbrosenberg@google.com · 14 years ago
- 0a5db31 AutoboxUtils cleanup by scottb@google.com · 14 years ago
- 058c55b Changed method dependencies report to show method code sizes. Call stacks are now a dropdown action under each method. by dconnelly@google.com · 14 years ago
- 3545fb9 A mechanical refactoring of the Precompile options as prep for further cleanup. by zundel@google.com · 14 years ago
- c8349b7 Misc GWT compiler bugfixes and cleanups. by scottb@google.com · 14 years ago
- 68093d6 Bugfixes in ControlFlowAnalyzer by scottb@google.com · 14 years ago
- f2daf77 Implemented expression range shifting for IE block size transformation. Moved expression range shifting for both transformations inside the transformation classes. Modified constructors/instance variables for the JsAbstractTextTransformer to support updating the expression ranges in the SourceInfo map. by dconnelly@google.com · 14 years ago
- f5c4629 Fix dangling clinit issue; check if clinit method calls have been replaced or removed, during javascript generation phase. by jbrosenberg@google.com · 14 years ago
- 1dfc984 Rollback of r10216 "Re-implement runAsync to improve code size", caused some subtle errors. by scottb@google.com · 14 years ago
- a9aefda AppEngine uploads were choking on massive cache files written into war/WEB-INF by zundel@google.com · 14 years ago
- 7b2224b Re-implement runAsync to improve code size. by scottb@google.com · 14 years ago
- a13e660 Pruner runs only once. by scottb@google.com · 14 years ago
- 7cd7c4c Enables on the persistent unit cache by default. by zundel@google.com · 14 years ago
- e31f1cc Auto code cleanup. by scottb@google.com · 14 years ago
- ef7da40 Use glass panel isntead of alert() when displaying dev mode connection failures, by fredsa@google.com · 14 years ago
- 38cbf46 Previous change to compiler report formatting switched to NumberFormat to format deciamls, but broke the report's "Bytes" bar graphs, which were off by a factor of 100 (displaying 0.282% instead of 28.2%). by dconnelly@google.com · 14 years ago
- 1fd77fa Changed formatting of SOYC compiler report to use large number grouping (ex: 7,923,764), by dconnelly@google.com · 14 years ago
- 8a4e67e In PRETTY and DETAILED, generate symbolic type queries for readability. by scottb@google.com · 14 years ago
- 5db6676 Salvage useful bits from overrides work. by scottb@google.com · 14 years ago
- d563636 Prepares SAXParserFactory one time, so avoids expensive ClassLoader lokups. by scheglov@google.com · 14 years ago
- 49f090e This change works around a problem found in GWT Designer testing. by zundel@google.com · 14 years ago
- b4a6a35 Decentralize nullmethod/nullfield. by scottb@google.com · 14 years ago