index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ptr_map.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix compiler error on clang
gingerBill
2023-01-16
1
-2
/
+2
|
*
Bring `PtrMap` inline with `StringMap`
gingerBill
2023-01-14
1
-81
/
+94
|
*
General optimizations
gingerBill
2023-01-11
1
-0
/
+36
|
*
Add uncomment `add_type_info_type` calls for type assertions
gingerBill
2023-01-05
1
-0
/
+29
|
*
Inline map gets; cast explicitly on TOMBSTONE checking
gingerBill
2023-01-05
1
-8
/
+19
|
*
Improve the `PtrSet` to be as simple and small as possible
gingerBill
2023-01-04
1
-1
/
+1
|
*
Convert `minimum_dependency_type_info_set` to use a `PtrMap`
gingerBill
2023-01-03
1
-1
/
+0
|
*
General improves to `alloc_ast_node` and other unnecessary checks
gingerBill
2023-01-03
1
-2
/
+4
|
*
Make all maps use heap allocator implicitly
gingerBill
2023-01-03
1
-4
/
+14
|
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-42
/
+42
|
*
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill
2022-12-09
1
-0
/
+21
|
*
Improve `ptr_map_hash_key`
gingerBill
2021-11-16
1
-5
/
+7
|
*
Simplification to `ptr_map_hash_key`
gingerBill
2021-11-05
1
-15
/
+5
|
*
Improve `ptr_map_hash_key`
gingerBill
2021-11-05
1
-9
/
+27
|
*
Be more correct with `MapIndex` usage
gingerBill
2021-11-05
1
-4
/
+4
|
*
Unify `MapFindResult` types
gingerBill
2021-11-05
1
-2
/
+2
|
*
Remove `map.cpp` code
gingerBill
2021-11-05
1
-0
/
+9
|
*
Move more things to `PtrMap`
gingerBill
2021-11-05
1
-1
/
+1
|
*
Increase usage of `PtrMap`
gingerBill
2021-11-05
1
-2
/
+6
|
*
Remove HashKey usage for `PtrMap` calls
gingerBill
2021-11-05
1
-4
/
+4
|
*
Correct `map_remove(PtrMap)`
gingerBill
2021-11-05
1
-1
/
+1
|
*
Add `PtrMap`, begin working change `Map` to `PtrMap` where possible
gingerBill
2021-11-05
1
-0
/
+318