lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
path: root/size.c
diff options
context:
space:
mode:
Diffstat (limited to 'size.c')
-rw-r--r--size.c 7
1 files changed, 6 insertions, 1 deletions
diff --git a/size.c b/size.c
index 1f31ed6..855e7bc 100644
--- a/size.c
+++ b/size.c
@@ -40,9 +40,14 @@ main(int argc, char *argv[])
fclose(fp);
max = 0;
- for (offset = 0; offset < jit_code_last_code; offset++)
+ for (offset = 0; offset < jit_code_last_code; offset++) {
+#if defined(__ia64__)
+ if (_szs[offset] > 16)
+ _szs[offset] = _szs[offset] / 3 + 16 & -16;
+#endif
if (max < _szs[offset])
max = _szs[offset];
+ }
if ((fp = fopen(JIT_SIZE_PATH, "w")) == NULL)
exit(-1);
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月26日 18:07:45 +0000

AltStyle によって変換されたページ (->オリジナル) /