summaryrefslogtreecommitdiff
path: root/src/bytecode.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-19; * src/bytecode.c (exec_byte_code): editing mistake (thanks Pip!)Mattias Engdegård
2025-10-19Disable -Wclobbered for GCC in exec_byte_code (bug#79610)Mattias Engdegård
2025-10-19; exec_byte_code: refactor branch caseMattias Engdegård
2025-10-19exec_byte_code: use fixed registers for top and pc (bug#79610)Mattias Engdegård
2025-10-19; exec_byte_code: don't re-use op in FETCH2Mattias Engdegård
2025-10-19exec_byte_code: reduce use of semi-global 'op' (bug#79610)Mattias Engdegård
2025-09-19; * src/bytecode.c (exec_byte_code): Revert gratuituous style changeMattias Engdegård
2025-09-19; * src/bytecode.c (exec_byte_code): Fix coding style.Po Lu
2025-09-18* src/bytecode.c (exec_byte_code): Better quitcounter reset value.Mattias Engdegård
2025-09-18Don't save quitcounter across longjmp in exec_byte_codeMattias Engdegård
2025-07-30; * src/bytecode.c: remove unneeded includesMattias Engdegård
2025-06-15* src/bytecode.c (exec_byte_code): Remove superfluous conditionMattias Engdegård
2025-04-19Avoid name clashes with static GnuTLSPaul Eggert
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-14Use calln instead of calling Ffuncall directlyStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-12-12Pure storage removal: Main partPip Cet
2024-08-16Don’t ignore -Wclobbered in bytecode.cPaul Eggert
2024-07-27Simplify and speed up numeric comparisonsMattias Engdegård
2024-05-28Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier
2024-04-28(COMPILED): Rename to CLOSUREStefan Monnier
2024-04-18Drop unnecessary type check in varref and varset byte opsMattias Engdegård
2024-02-19Slight switch byte op speedupMattias Engdegård
2024-01-31Bytecode engine fast-path streamlining of plain symbolsMattias Engdegård
2024-01-31Eliminate lazy bytecode loadingMattias Engdegård
2024-01-13Share hash table test structsMattias Engdegård
2024-01-13Inlined and specialised hash table look-upMattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-26Provide backtrace for byte-ops aref and asetMattias Engdegård
2023-07-14Provide backtrace for byte-ops car, cdr, setcar, setcdr, nth and eltMattias Engdegård
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-03-01Replace C++ comments with C style equivalentsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-19Remove calls to intern with a static string from code that runs on XPo Lu
2022-08-01Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings
2022-07-30Handle the optional argument of 'narrow-to-region' in byte-compiled code.Gregory Heytings
2022-07-28Add an optional 'lock' parameter to 'narrow-to-region'Gregory Heytings
2022-06-24Bytecode opcode comments updateMattias Engdegård
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård
2022-05-12; * src/bytecode.c (exec_byte_code): Fix white space.Stefan Kangas
2022-04-19Fix GCC warnings when CHECK_LISP_OBJECT_TYPEStefan Monnier
2022-03-19valid_sp inline fixPaul Eggert
2022-03-17Put bytecode stack frame metadata in a structMattias Engdegård
2022-03-14Prefer CALLNPaul Eggert
2022-03-13* src/bytecode.c: Include sysstdio.h, for fprint, stderr.Glenn Morris
2022-03-13* src/bytecode.c (sf_set_ptr): Cast pointer to type of right size.Mattias Engdegård
2022-03-13Separate bytecode stackMattias Engdegård