forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbcafa26
committed
LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.
Previously the attribute was only checked for external functionsinlined, not "static" functions that had to be inlined asdependencies.This isn't really a bug, but makes debugging a bit harder. The newbehaviour also makes more sense. Therefore backpatch.Author: Andres FreundBackpatch: 11-, where JIT compilation was added1 parent167075b commitbcafa26
1 file changed
+7
-8
lines changedLines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 | 290 |
| |
299 | 291 |
| |
300 | 292 |
| |
| |||
600 | 592 |
| |
601 | 593 |
| |
602 | 594 |
| |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
603 | 602 |
| |
604 | 603 |
| |
605 | 604 |
| |
|
0 commit comments
Comments
(0)