forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite9a9843
committed
LLVMJIT: Adapt to API changes in gdb and perf support.
During the work of upstreaming my previous patches for gdb and perfsupport the API changed. Adapt. Normally this wouldn't necessarily besomething to backpatch, but the previous API wasn't upstream, and atleast the gdb support is quite useful for debugging.Author: Andres FreundBackpatch: 11, where LLVM based JIT support was added.1 parenta38b833 commite9a9843
File tree
5 files changed
+40
-33
lines changed- config
- src
- backend/jit/llvm
- include
5 files changed
+40
-33
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
| 99 | + | |
99 | 100 |
| |
100 | 101 |
| |
101 | 102 |
| |
|
Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5008 | 5008 |
| |
5009 | 5009 |
| |
5010 | 5010 |
| |
5011 |
| - | |
| 5011 | + | |
| 5012 | + | |
5012 | 5013 |
| |
5013 |
| - | |
| 5014 | + | |
5014 | 5015 |
| |
5015 | 5016 |
| |
5016 | 5017 |
| |
5017 | 5018 |
| |
5018 | 5019 |
| |
5019 | 5020 |
| |
5020 |
| - | |
| 5021 | + | |
5021 | 5022 |
| |
5022 |
| - | |
| 5023 | + | |
| 5024 | + | |
5023 | 5025 |
| |
5024 |
| - | |
| 5026 | + | |
5025 | 5027 |
| |
5026 | 5028 |
| |
5027 | 5029 |
| |
5028 | 5030 |
| |
5029 | 5031 |
| |
5030 | 5032 |
| |
5031 |
| - | |
| 5033 | + | |
5032 | 5034 |
| |
5033 |
| - | |
5034 |
| - | |
| 5035 | + | |
5035 | 5036 |
| |
5036 |
| - | |
| 5037 | + | |
5037 | 5038 |
| |
5038 | 5039 |
| |
5039 | 5040 |
| |
5040 | 5041 |
| |
5041 | 5042 |
| |
5042 | 5043 |
| |
5043 |
| - | |
| 5044 | + | |
5044 | 5045 |
| |
5045 | 5046 |
| |
5046 | 5047 |
| |
|
Lines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
666 | 667 |
| |
667 | 668 |
| |
668 | 669 |
| |
669 |
| - | |
| 670 | + | |
670 | 671 |
| |
671 | 672 |
| |
672 |
| - | |
673 |
| - | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
674 | 677 |
| |
675 | 678 |
| |
676 |
| - | |
| 679 | + | |
677 | 680 |
| |
678 | 681 |
| |
679 |
| - | |
680 |
| - | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
681 | 686 |
| |
682 | 687 |
| |
683 | 688 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
137 | 145 |
| |
138 | 146 |
| |
139 | 147 |
| |
| |||
142 | 150 |
| |
143 | 151 |
| |
144 | 152 |
| |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
110 | 118 |
| |
111 | 119 |
| |
112 | 120 |
| |
| |||
115 | 123 |
| |
116 | 124 |
| |
117 | 125 |
| |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
|
0 commit comments
Comments
(0)