source: trunk/abcl/src/org/armedbear/lisp/Profiler.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14497   11 years rschlatte Remove direct references to standard-generic-function class from Java
(edit) @14448   11 years rschlatte Remove most references to StandardGenericFunction? - use TYPEP or …
(edit) @14207   12 years rschlatte Call method-function instead of directly accessing a slot.
(edit) @14206   12 years rschlatte Use correct slot name to get at the discriminating function. - we …
(edit) @13814   12 years rschlatte implement classes standard-method, standard-reader-method in Lisp
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12290   14 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12255   15 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
(edit) @12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12252   15 years ehuelsmann Annotate dubious uses of ConditionThrowable? with FIXME's.
(edit) @12082   15 years ehuelsmann Hot spot counting for the profiler.
(edit) @12080   15 years ehuelsmann Move stack sampling to the scheduling thread. Note: This commit …
(edit) @12076   15 years ehuelsmann Fix a race in the profiler startup phase. On my hardware, the …
(edit) @12074   15 years ehuelsmann Run the profiler scheduling thread at maximum priority. Required to …
(edit) @11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/Profiler.java:
(edit) @11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Note: See TracRevisionLog for help on using the revision log.