|
|
@12298
|
15 years |
ehuelsmann |
Full source scan of "catch (Throwable";
remove lots of instances, or …
|
|
|
@12288
|
15 years |
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
|
|
@12280
|
15 years |
ehuelsmann |
Fix special bindings in case a symbol is bound to its own value,
…
|
|
|
@12275
|
15 years |
ehuelsmann |
Switch special bindings access schema to mirror that of SBCL/CCL/XCL:
…
|
|
|
@12272
|
15 years |
ehuelsmann |
Implement functional (declared final) interface to special bindings …
|
|
|
@12255
|
15 years |
ehuelsmann |
Rename ConditionThrowable? to ControlTransfer? and remove
try/catch …
|
|
|
@12254
|
15 years |
ehuelsmann |
Remove 'throws ConditionThrowable?' method annotations:
it's an …
|
|
|
@12252
|
15 years |
ehuelsmann |
Annotate dubious uses of ConditionThrowable? with FIXME's.
|
|
|
@12210
|
15 years |
ehuelsmann |
Save locally established special binding for quick access.
Note: This …
|
|
|
@12161
|
15 years |
Mark Evenson |
THREADS:MAKE-THREAD :name parameter is now optional.
|
|
|
@12105
|
16 years |
Mark Evenson |
Split StackFrame? abstraction into Java and Lisp stack frames.
From …
|
|
|
@12082
|
16 years |
ehuelsmann |
Hot spot counting for the profiler.
|
|
|
@12080
|
16 years |
ehuelsmann |
Move stack sampling to the scheduling thread.
Note: This commit …
|
|
|
@12077
|
16 years |
ehuelsmann |
Profiler efficiency: sampleNow only ever takes on a 'true'
value if …
|
|
|
@12066
|
16 years |
vvoutilainen |
Revert r12065, it's not an obvious win and some systems
run slower …
|
|
|
@12065
|
16 years |
ehuelsmann |
Implement a stack frame pool to save execution time
on stack management.
|
|
|
@12064
|
16 years |
ehuelsmann |
Lisp stack efficiency: Use a stack of linked objects,
instead of Cons …
|
|
|
@12062
|
16 years |
ehuelsmann |
Revert r12061: What looked good in the profiler worked out badly in …
|
|
|
@12061
|
16 years |
ehuelsmann |
Eliminate constructor execution time of Cons, LispObject and Lisp.
By …
|
|
|
@12058
|
16 years |
vvoutilainen |
Make pushStackFrame final.
|
|
|
@12057
|
16 years |
vvoutilainen |
Clean up profiling calls.
|
|
|
@12056
|
16 years |
vvoutilainen |
Remove superfluous array copying, consolidate manual array
allocations …
|
|
|
@12040
|
16 years |
ehuelsmann |
Add synchronization like in Java through the special operator …
|
|
|
@12030
|
16 years |
ehuelsmann |
Add documentation on different symbol value lookup functions.
|
|
|
@12027
|
16 years |
Mark Evenson |
Set the name of associated the java.lang.Thread if specified.
…
|
|
|
@11969
|
16 years |
ehuelsmann |
Factor out the lisp->Java sleep interval conversion routine.
Also …
|
|
|
@11967
|
16 years |
ehuelsmann |
Fix the wrong thread being reported as the current one.
Note: The …
|
|
|
@11754
|
16 years |
vvoutilainen |
Convert using ClassCastException? to checking instanceof.
Performance …
|
|
|
@11711
|
16 years |
ehuelsmann |
Switch our internals over to the new variadic list() function.
|
|
|
@11553
|
16 years |
ehuelsmann |
Increase performance of LispThread?.currentThread() by more than 50% …
|
|
|
@11539
|
16 years |
ehuelsmann |
Empty statements cleanup:
* Remove unintentional empty statements
* …
|
|
|
@11488
|
16 years |
ehuelsmann |
Add @Override annotations.
Patch by: Douglas Miles
|
|
|
@11457
|
16 years |
ehuelsmann |
Create separate project directories for ABCL and J.
|
|
copied from trunk/j/src/org/armedbear/lisp/LispThread.java:
|
|
|
@11391
|
16 years |
vvoutilainen |
ABCL license is GPL + Classpath exception. This was intended
by Peter …
|