summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_nfunc_sched.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* jit: Refactor breakpointsJohn Högberg2023-02-011-14/+5
* Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\
| * Update copyright yearRickard Green2021-12-131-1/+1
* | erts: Further optimize off-heap traversal during minor GCSverker Eriksson2021-09-301-0/+3
* | jit: Implement code generation for ARMBjörn Gustavsson2021-05-251-1/+5
|/
* erts: Replace `BeamInstr*` with `ErtsCodePtr` (void*)John Högberg2020-11-121-13/+13
* jit: Make all code read-only, dual-mapping writable pagesJohn Högberg2020-11-051-8/+8
* erts: Implement the BeamAsm JITLukas Larsson2020-09-221-1/+11
* erts: Let call_bif/call_nif take arguments instead of hardcoding themJohn Högberg2019-09-161-2/+2
* erts: Rename apply_bif to call_bif, matching NIFsJohn Högberg2019-09-161-2/+2
* erts: Rename NifExport to ErtsNativeFuncJohn Högberg2019-09-161-42/+45
* erts: Refactor BIF tracingJohn Högberg2019-09-161-43/+7
* erts: Replace ad-hoc export->beam[] wrangling with unionsJohn Högberg2019-09-161-1/+1
* Optimize continuation pointer managementBjörn Gustavsson2019-08-221-9/+4
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Refactor macros for accessing Beam instructionsBjörn Gustavsson2017-10-011-2/+2
* erts: Remove possibility to disable dirty schedulersLukas Larsson2017-09-111-4/+0
* erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-5/+5
* Perform potentially long GC on dirty schedulers if availableRickard Green2017-01-121-1/+0
* Return and exception trace for nif-export scheduled BIFsRickard Green2017-01-121-3/+47
* Optimize handling of BIF errorsRickard Green2017-01-121-5/+5
* Support for dirty BIFsRickard Green2017-01-121-0/+289