| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into nick.lloyd-bytecode-jitnick.lloyd-bytecode-jit | Nickolas Lloyd | 2017-02-01 | 1 | -10/+10 |
| |\ | |||||
| | * | Revamp quitting and fix infloops | Paul Eggert | 2017-02-01 | 1 | -6/+10 |
| | * | Remove immediate_quit. | Paul Eggert | 2017-02-01 | 1 | -4/+0 |
| * | | ; Fix errors introduced during merge. | Nickolas Lloyd | 2017-02-01 | 1 | -22/+0 |
| * | | Merge branch 'master' into nick.lloyd-bytecode-jit | Nickolas Lloyd | 2017-02-01 | 1 | -103/+51 |
| |\ \ | |/ | |||||
| | * | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -1/+1 |
| | * | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | * | | Simplify prog1 implementation | Paul Eggert | 2016-12-27 | 1 | -1/+1 |
| | * | | Simplify exec_byte_code via moving decls etc. | Paul Eggert | 2016-12-23 | 1 | -25/+15 |
| | * | | Remove interpreter’s byte stack | Paul Eggert | 2016-12-23 | 1 | -145/+55 |
| | * | | BYTE_CODE_SAFE typo fix | Paul Eggert | 2016-12-23 | 1 | -1/+1 |
| | * | | BYTE_CODE_SAFE cleanups | Paul Eggert | 2016-12-23 | 1 | -18/+11 |
| * | | | Small speed improvement for JITed lisp function dispatch | Nickolas Lloyd | 2017-01-29 | 1 | -3/+1 |
| * | | | Avoid extra calls to `jit_function_to_closure' | Nickolas Lloyd | 2017-01-23 | 1 | -1/+1 |
| * | | | ; Make JIT compilation loop more readable. | Nickolas Lloyd | 2016-12-30 | 1 | -1/+0 |
| * | | | ; Fix a possible bug with JIT-compiled functions in the call stack | Nickolas Lloyd | 2016-12-23 | 1 | -0/+4 |
| * | | | Make JIT support entirely optional. | Nickolas Lloyd | 2016-12-23 | 1 | -6/+9 |
| * | | | ; Minor reorg of bytecode interpreter/JIT compiler | Nickolas Lloyd | 2016-12-22 | 1 | -3/+21 |
| * | | | ; Merge branch 'master' into nick.lloyd-bytecode-jit | Nickolas Lloyd | 2016-12-22 | 1 | -619/+205 |
| |\ \ \ | |/ / | |||||
| | * | | Support concurrency in Emacs Lisp | Eli Zaretskii | 2016-12-10 | 1 | -48/+155 |
| | |\ \ | |||||
| | | * | | Fix a typo in bytecode.c. | Eli Zaretskii | 2016-12-06 | 1 | -2/+3 |
| | | * | | Fix compilation problems. | Eli Zaretskii | 2016-12-05 | 1 | -1/+1 |
| | | * | | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -47/+153 |
| | | |\ \ | |||||
| | | | * \ | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -65/+91 |
| | | | |\ \ | |||||
| | | | * \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 1 | -10/+9 |
| | | | |\ \ \ | |||||
| | | | * \ \ \ | Merge from trunk | Tom Tromey | 2013-07-12 | 1 | -2/+5 |
| | | | |\ \ \ \ | |||||
| | | | * \ \ \ \ | merge from trunk | Tom Tromey | 2013-07-06 | 1 | -1/+1 |
| | | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ \ | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 1 | -2/+5 |
| | | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-03-17 | 1 | -5/+7 |
| | | | |\ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-05 | 1 | -1/+2 |
| | | | |\ \ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-12-17 | 1 | -15/+14 |
| | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-09-04 | 1 | -2/+2 |
| | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | | This parameterizes the GC a bit to make it thread-ready. | Tom Tromey | 2012-08-15 | 1 | -7/+4 |
| | | | * | | | | | | | | | | | This introduces a thread-state object and moves various C globals | Tom Tromey | 2012-08-15 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | Simplify FUNCTIONP implementation | Paul Eggert | 2016-12-06 | 1 | -2/+1 |
| | |/ / / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | Add lisp watchpoints | Noam Postavsky | 2016-12-02 | 1 | -2/+2 |
| | * | | | | | | | | | | | | Port build to gcc -fcheck-pointer-bounds | Paul Eggert | 2016-11-25 | 1 | -1/+1 |
| | * | | | | | | | | | | | | Simplify exec_byte_code via moving decls etc. | Paul Eggert | 2016-08-09 | 1 | -302/+136 |
| | * | | | | | | | | | | | | Remove interpreter’s byte stack | Paul Eggert | 2016-08-09 | 1 | -144/+44 |
| | * | | | | | | | | | | | | Remove arbitrary limit on bytecode maxdepth | Paul Eggert | 2016-08-09 | 1 | -5/+6 |
| | * | | | | | | | | | | | | Tune bytecode quitting | Paul Eggert | 2016-08-09 | 1 | -10/+4 |
| | * | | | | | | | | | | | | Simplify BYTE_CODE_SAFE checking | Paul Eggert | 2016-08-09 | 1 | -58/+21 |
| | * | | | | | | | | | | | | Get BYTE_CODE_METER working again | Paul Eggert | 2016-08-09 | 1 | -1/+2 |
| | * | | | | | | | | | | | | Tune interpretation of integer arglist descriptor | Paul Eggert | 2016-08-07 | 1 | -35/+12 |
| | * | | | | | | | | | | | | ‘signal’ no longer returns | Paul Eggert | 2016-07-25 | 1 | -1/+1 |
| | * | | | | | | | | | | | | * src/bytecode.c: Fix compilation with BYTE_CODE_SAFE | Stefan Monnier | 2016-07-21 | 1 | -0/+9 |
| | * | | | | | | | | | | | | Remove CHECK_FRAME_FONT cruft from bytecode.c | Paul Eggert | 2016-07-20 | 1 | -15/+0 |
| | * | | | | | | | | | | | | Work around GCC bug 54561 in a better way | Paul Eggert | 2016-07-20 | 1 | -0/+5 |
| | * | | | | | | | | | | | | Stop worrying about Alliant in bytecode.c | Paul Eggert | 2016-07-15 | 1 | -5/+3 |