summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_term.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint' into masterSverker Eriksson2023-04-261-1/+1
|\
| * Merge branch 'sverker/24/erts/hashmap-collision-nodes' into sverker/25/erts/h...Sverker Eriksson2023-04-261-1/+1
| |\
| | * erts: Fix/optimize macro arityvalSverker Eriksson2023-04-261-1/+1
* | | Remove obsolete definesBjörn Gustavsson2023-04-121-4/+1
* | | Merge PR-6272 from RobinMorisset/copy OTP-18493Sverker Eriksson2023-02-271-0/+1
|\ \ \
| * | | Optimize the copy that occurs in ets:lookup_elementRobin Morisset2023-02-271-0/+1
| |/ /
* | | Update copyright yearErlang/OTP2023-02-141-1/+1
* | | [erts] 60-bit process/port identifiers on 64-bit runtimeRickard Green2023-02-091-3/+3
|/ /
* | Update copyright yearErlang/OTP2022-04-111-1/+1
* | erts: Remove MAP4 and MAP5 as they don't work in debugLukas Larsson2022-03-311-16/+2
* | Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\ \ | |/
| * Update copyright yearRickard Green2021-12-131-1/+1
* | Merge pull request #5254 from jhogberg/john/erts/optimize-fun-callsJohn Högberg2021-10-201-23/+5
|\ \
| * | erts: Optimize fun callsJohn Högberg2021-10-201-23/+5
* | | Remove empty tuples from heap and create global empty tuple constantKjell Winblad2021-10-201-4/+20
| |/ |/|
* | Merge 'sverker/23/copy-shared-magic-ref/OTP-17700'Sverker Eriksson2021-10-141-5/+9
|\ \ | |/ |/|
| * erts: Fix bug in copy_shared_perform for magic refsSverker Eriksson2021-10-141-16/+17
* | Merge branch 'sverker/test-cuddle'Sverker Eriksson2021-02-051-3/+2
|\ \
| * | erts: Fix erts_debug_SUITE:test_size on 32-bitSverker Eriksson2021-01-291-3/+2
* | | Fix warnings introduced by 64-bit port identifier supportRickard Green2021-02-011-4/+12
|/ /
* | Support of 64-bit portsRickard Green2020-12-161-5/+17
* | erts: Fix NIL to be correct sizeLukas Larsson2020-12-011-1/+1
* | Merge pull request #2860 from jhogberg/john/erts/refactor-code-pointersJohn Högberg2020-11-131-3/+4
|\ \
| * | jit: Shrink code by aligning to CP rather than word boundariesJohn Högberg2020-11-121-0/+1
| * | erts: Replace `BeamInstr*` with `ErtsCodePtr` (void*)John Högberg2020-11-121-3/+3
* | | Merge pull request #2861 from jhogberg/john/erts/compact-mov_immJohn Högberg2020-11-131-1/+1
|\ \ \
| * | | erts: Make NIL positiveJohn Högberg2020-11-101-1/+1
| |/ /
* | | Merge branch 'rickard/alias/master/OTP-16718'Rickard Green2020-11-121-40/+97
|\ \ \ | |/ / |/| |
| * | Merge branch 'rickard/alias/OTP-16718' into rickard/alias/master/OTP-16718Rickard Green2020-11-121-40/+97
| |\ \
| | * | Introduce internal references containing pid of creatorRickard Green2020-11-031-39/+96
| | * | Allow huge remote referencesRickard Green2020-11-031-2/+2
| | |/
* | | Merge pull request #2854 from jhogberg/john/otp/remove-hipe/OTP-16963John Högberg2020-11-091-7/+2
|\ \ \
| * | | otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-091-7/+2
* | | | Merge branch 'max-au/fix-external-thing-bloat'Sverker Eriksson2020-11-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | erl_term.h: correct size of ExternalThingMaxim Fedorov2020-10-301-1/+1
| |/ /
* | | jit: Make all code read-only, dual-mapping writable pagesJohn Högberg2020-11-051-1/+1
|/ /
* | erts: Implement the BeamAsm JITLukas Larsson2020-09-221-1/+1
* | erts: Refactor all headers to work in C++Lukas Larsson2020-09-211-2/+1
* | erts: Fix clang warnings "array index 1 is past the end"Sverker Eriksson2020-08-261-11/+7
* | erts: Accept 64-bit external pidsSverker Eriksson2020-08-121-11/+16
|/
* Remove error_logger process and add logger processSiri Hansen2018-04-261-0/+48
* Implementation of true asynchronous signaling between processesRickard Green2018-03-211-2/+5
* Merge branch 'john/erts/tuple-arityval-fixes/OTP-14963/ERL-577'John Högberg2018-03-121-1/+2
|\
| * Assert that sz <= MAX_ARITYVAL in make_arityval(sz)John Högberg2018-03-051-1/+2
* | HiPE: Support literal tagsMagnus Lång2017-11-051-3/+0
* | erts: Fix a bunch of compiler warningsLukas Larsson2017-10-301-1/+1
* | Eliminate MY_IS_SSMALL()Björn Gustavsson2017-09-281-1/+0
|/
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* erts: Fix faulty assert for refs in copy sharingBjörn-Egil Dahlberg2017-03-281-2/+13
* Implement magic referencesRickard Green2017-02-061-45/+203