summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_db_util.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sverker/24/erts/hashmap-collision-nodes' into sverker/25/erts/h...Sverker Eriksson2023-04-261-46/+61
|\
| * erts: Implement hashmap collision nodesSverker Eriksson2023-04-261-42/+57
| * Update copyright yearErlang/OTP2022-03-091-1/+1
* | Update copyright yearErlang/OTP2022-02-151-1/+1
* | Merge branch 'maint'Sverker Eriksson2022-01-311-2/+0
|\ \ | |/
| * erts: Fix some 'variable not used' warningsSverker Eriksson2022-01-251-2/+0
* | Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\ \ | |/
| * Update copyright yearRickard Green2021-12-131-1/+1
* | Fix typos in erts/emulator/beamKian-Meng, Ang2021-11-301-1/+1
* | Tracing: Add new option `caller_line` for fun match spec bodySidharth Kshatriya2021-10-291-3/+74
* | Merge pull request #5254 from jhogberg/john/erts/optimize-fun-callsJohn Högberg2021-10-201-18/+22
|\ \
| * | erts: Optimize fun callsJohn Högberg2021-10-201-18/+22
* | | Remove empty tuples from heap and create global empty tuple constantKjell Winblad2021-10-201-42/+68
|/ /
* | Merge branch 'maint'Lukas Larsson2021-08-201-36/+207
|\ \ | |/
| * erts: Allow expression in map keys for match specsLukas Larsson2021-08-201-38/+110
| * erts: Fix PAM bug where hashmap exprs pushed to muchLukas Larsson2021-08-201-0/+5
| * erts: Add check if all of match spec stack is popped at endLukas Larsson2021-08-201-0/+5
| * erts: Fix {const,Term} for maps in matchspecsLukas Larsson2021-08-201-33/+122
* | erts,stdlib: Allow binary bifs in match_spec and trace pattern guardsDanil Zagoskin2021-07-061-0/+18
* | Merge branch 'maint'Sverker Eriksson2021-06-011-52/+50
|\ \ | |/
| * erts: Short circuit immediates in match spec compilerSverker Eriksson2021-05-261-17/+29
| * erts: Micro optimize arityval -> make_arityvalSverker Eriksson2021-05-261-35/+21
* | erts: Support frame pointersJohn Högberg2021-05-241-1/+10
|/
* Merge branch 'maint'Sverker Eriksson2021-05-071-2/+25
|\
| * Merge 'sverker/22/ets-matchspec-stack-bug/OTP-17379'Sverker Eriksson2021-05-061-2/+25
| |\
| | * Merge 'sverker/21/ets-matchspec-stack-bug/OTP-17379'Sverker Eriksson2021-05-061-2/+25
| | |\
| | | * erts: Fix matchspec stack depth estimation bugSverker Eriksson2021-05-061-2/+25
* | | | erts: Silence CodeChecker in match_spec_testSverker Eriksson2021-02-181-26/+21
* | | | erts: Remove unused MatchProg.single_variableSverker Eriksson2021-02-181-3/+2
* | | | erts: Fix match spec bug in matchEqFloat on 32-bitSverker Eriksson2021-02-181-5/+3
* | | | erts: Add asserts to suppress false positives found by clang saLukas Larsson2021-02-181-11/+11
* | | | Merge branch 'rickard/alias/master/OTP-16718'Rickard Green2020-11-121-0/+5
|\ \ \ \
| * \ \ \ Merge branch 'rickard/alias/OTP-16718' into rickard/alias/master/OTP-16718Rickard Green2020-11-121-0/+5
| |\ \ \ \
| | * | | | Introduce internal references containing pid of creatorRickard Green2020-11-031-0/+5
| | * | | | Merge branch 'sverker/22/ets-select_replace-compressed/ERL-1356/OTP-16874' in...Erlang/OTP2020-10-021-9/+13
| | |\ \ \ \
* | | | | | | jit: Make all code read-only, dual-mapping writable pagesJohn Högberg2020-11-051-1/+1
|/ / / / / /
* | | | | | Merge branch 'sverker/refactor-match-dbterm'Sverker Eriksson2020-10-051-12/+5
|\ \ \ \ \ \
| * | | | | | erts: Refactor ETS matchingSverker Eriksson2020-09-221-12/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'maint'Sverker Eriksson2020-09-281-9/+13
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge 'sverker/22/ets-select_replace-compressed/ERL-1356/OTP-16874' into maintSverker Eriksson2020-09-281-9/+13
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | Merge 'sverker/21/ets-select_replace-compressed/OTP-16874'Sverker Eriksson2020-09-211-9/+13
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge 'sverker/20/ets-select_replace-compressed/OTP-16874'Sverker Eriksson2020-09-211-9/+13
| | | |\ \ | | | | |/ | | | |/|
| | | | * erts: Fix bug in ets:replace/2 on compressed tableSverker Eriksson2020-09-211-8/+12
* | | | | jit: Use the native stack as the Erlang stackJohn Högberg2020-09-221-1/+1
* | | | | erts: Break out general helpers from beam_load.cJohn Högberg2020-09-211-1/+1
|/ / / /
* | | | Fix segfault(s) from variadic args on ARM64tehprofessor2020-08-091-9/+9
* | | | Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\ \ \ \ | |/ / /
| * | | Update copyright yearRickard Green2020-03-131-1/+1
* | | | Raise system_limit exception if match-spec compile use too much stackRickard Green2020-03-111-9/+50
* | | | Merge 'maint'Sverker Eriksson2020-02-061-3/+0
|\ \ \ \ | |/ / /