| 38 | | ** when doing dynamic linking, references to static objects in another package |
| 39 | | already go through an indirection and we could arrange that only one indirection is required. |
| 40 | | ** References to static closures from the the fields of a static constructor would not incur the extra indirection, |
| 41 | | only direct references to static closures from code. |
| 42 | | ** we currently reference the static closure of a function from the heap-check-fail code, but in fact |
| 43 | | we only really need to pass the info pointer. |
| | 38 | * when doing dynamic linking, references to static objects in another package |
| | 39 | already go through an indirection and we could arrange that only one indirection is required. |
| | 40 | * References to static closures from the the fields of a static constructor would not incur the extra indirection, |
| | 41 | only direct references to static closures from code. |
| | 42 | * we currently reference the static closure of a function from the heap-check-fail code, but in fact |
| | 43 | we only really need to pass the info pointer. |