Sun, 02 Dec 2012 12:39:51 +0100 Jaroslav Tulach Using the attribute type to in the attribute method name reflection
Sun, 02 Dec 2012 12:26:14 +0100 Jaroslav Tulach Initial support for runtime annotations reflection
Sun, 02 Dec 2012 06:34:14 +0100 Jaroslav Tulach JS 'implementation' for fillInStackTrace native method reflection
Sun, 02 Dec 2012 06:26:32 +0100 Jaroslav Tulach Merging native methods exceptions reflection
Sun, 02 Dec 2012 06:25:28 +0100 Jaroslav Tulach Throw exception when reaching native method without JavaScript implementation
Sat, 01 Dec 2012 15:48:12 +0100 Jaroslav Tulach Optimistic support for Class.newInstance reflection
Sat, 01 Dec 2012 15:30:56 +0100 Jaroslav Tulach Class.getSuperclass seems to work reflection
Sat, 01 Dec 2012 12:35:30 +0100 Jaroslav Tulach Class.getSimpleName() works reflection
Sat, 01 Dec 2012 12:15:12 +0100 Jaroslav Tulach Returns correct canonical name reflection
Sat, 01 Dec 2012 12:14:37 +0100 Jaroslav Tulach Merge with default to get correct behavior of the contructor property of prototype reflection
Sat, 01 Dec 2012 10:35:24 +0100 Jaroslav Tulach Make sure the constructor property points to the real function that creates the object
Sat, 01 Dec 2012 08:52:30 +0100 Jaroslav Tulach Adding each constructor function field reflection
Thu, 29 Nov 2012 22:03:11 +0100 Jaroslav Tulach Don't instantiate new object, when only requesting prototype. use CLS(false).
Thu, 29 Nov 2012 21:58:17 +0100 Jaroslav Tulach Tests about names of classes reflection
Thu, 29 Nov 2012 21:42:25 +0100 Jaroslav Tulach Basic tests for reflection on classes reflection
Thu, 29 Nov 2012 20:19:00 +0100 Lubomir Nerad Register based VM registers
Thu, 29 Nov 2012 11:07:05 +0100 Jaroslav Tulach Saving some space by using single letter variable instead of 'stack'
Thu, 29 Nov 2012 10:47:49 +0100 Jaroslav Tulach No need to embed String definition 82 times. Once is enough.
Thu, 29 Nov 2012 00:02:37 +0100 Jaroslav Tulach Changing the release of all components to 0.3
Wed, 28 Nov 2012 21:38:37 +0100 Jaroslav Tulach The functions need to be defined in global object right now
Wed, 28 Nov 2012 17:58:10 +0100 Jaroslav Tulach Merging work on lazy loading. Seems stable enough to produce a simple demo.
Wed, 28 Nov 2012 17:57:19 +0100 Jaroslav Tulach Dump code to file in case of unexpected result lazy
Wed, 28 Nov 2012 14:51:52 +0100 Jaroslav Tulach We can load in dependant classes lazy
Wed, 28 Nov 2012 13:41:33 +0100 Jaroslav Tulach Using named function expression allows an easy self reference from inside the function. Plus giving byte code tranlators a chance to customize the field to store the method into lazy
Wed, 28 Nov 2012 00:29:00 +0100 Jaroslav Tulach The identify function does not seem to be needed lazy
Wed, 28 Nov 2012 00:25:57 +0100 Jaroslav Tulach Lazy evaluation can execute simple static method lazy
Tue, 27 Nov 2012 23:21:22 +0100 Jaroslav Tulach Eliminating the need to initialize the prototype in advance lazy
Tue, 27 Nov 2012 23:01:24 +0100 Jaroslav Tulach Don't use .prototype, use (true). Now works for String as well lazy
Tue, 27 Nov 2012 22:53:29 +0100 Jaroslav Tulach Reordering so the used parts are at the beginning of the file lazy
Tue, 27 Nov 2012 22:28:26 +0100 Jaroslav Tulach Adopting to new calling scheme. lazy
Tue, 27 Nov 2012 22:22:48 +0100 Jaroslav Tulach Check that instanceof works on String lazy
Mon, 26 Nov 2012 20:29:21 +0100 Jaroslav Tulach Merging new class and prototype methods. When asking for prototype one can add (true) argument lazy
Mon, 26 Nov 2012 20:16:21 +0100 Jaroslav Tulach Changing order, so the new <prototype> is done once, at the end of the function lazy
Sun, 25 Nov 2012 23:14:58 +0100 Jaroslav Tulach Enclosing definition of all the methods inside the proto() function lazy
Sun, 25 Nov 2012 21:31:51 +0100 Jaroslav Tulach More debug info lazy
Sun, 25 Nov 2012 21:24:03 +0100 Jaroslav Tulach Initial test to show how an incremental compilation could look like lazy
Sun, 25 Nov 2012 21:23:06 +0100 Jaroslav Tulach Avoid using XYZ.class as we don't support conversion of a class to its name yet
Sun, 25 Nov 2012 17:07:51 +0100 Jaroslav Tulach Dump the code to file
Thu, 22 Nov 2012 10:38:38 +0100 Jaroslav Tulach Adding the Java source code for the calculator on the HTML page for demostration purposes
Thu, 22 Nov 2012 00:18:34 +0100 Jaroslav Tulach Less verbose. Concentrating all operations into single method. Using string switch to determine what operation to run.
Thu, 22 Nov 2012 00:08:57 +0100 Jaroslav Tulach Verifying we support string switch
Thu, 22 Nov 2012 00:04:19 +0100 Jaroslav Tulach Bunch of bit arithmetics to compute string hashCode acceptably
Wed, 21 Nov 2012 23:55:09 +0100 Jaroslav Tulach String.toString() can be specified on a prototype
Wed, 21 Nov 2012 23:53:00 +0100 Jaroslav Tulach Partial support for String.hashCode
Wed, 21 Nov 2012 21:48:51 +0100 Jaroslav Tulach StringBuilder.delete needs bottom-up array copy
Wed, 21 Nov 2012 21:03:10 +0100 Jaroslav Tulach Static fields can be modeled as properties on constructors of classes
Tue, 20 Nov 2012 21:24:01 +0100 Jaroslav Tulach Referencing 'special' methods on a prototype will allow us to shorten the fqn of actual methods
Sun, 18 Nov 2012 22:03:15 +0100 Jaroslav Tulach javap branch achieved its goal: ByteCodeToJavaScript can be executed in bck2brwsr VM. Merging to main branch.
Sun, 18 Nov 2012 21:58:44 +0100 Jaroslav Tulach ByteCodeToJavaScript can run insided bck2brwsr VM javap
Sun, 18 Nov 2012 19:54:40 +0100 Jaroslav Tulach toString on floats and doubles should end with .0 javap
Sun, 18 Nov 2012 19:19:26 +0100 Jaroslav Tulach Integer.toString test javap
Sun, 18 Nov 2012 19:01:38 +0100 Jaroslav Tulach Reimplementing readDouble to not depend on too high longs javap
Sun, 18 Nov 2012 16:45:50 +0100 Jaroslav Tulach Chars need to be treated as numbers, otherwise switch statement does not work javap
Sun, 18 Nov 2012 15:20:07 +0100 Jaroslav Tulach Replace multiple occurences of the same character javap
Sun, 18 Nov 2012 14:39:55 +0100 Jaroslav Tulach More emulation methods javap
Sun, 18 Nov 2012 10:00:23 +0100 Jaroslav Tulach Can deserialize float javap
Sun, 18 Nov 2012 08:58:16 +0100 Jaroslav Tulach Missing semicolon javap
Sun, 18 Nov 2012 08:51:58 +0100 Jaroslav Tulach Removing package private String constructor which used to be used by Integer and Long to share the char array with newly created string javap
Sun, 18 Nov 2012 08:41:08 +0100 Jaroslav Tulach Support for reminders javap
Sun, 18 Nov 2012 08:31:56 +0100 Jaroslav Tulach Can convert int to String javap