qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit dc4cc4969749940f55f36814b95d70c6c1da4d15
parent 19801b9253140443f7c04325dbf67581092b1a99
Author: Quentin Carbonneaux <quentin@c9x.me>
Date:   Mon, 10 Apr 2017 09:16:51 -0400

bump the size of the instruction buffer

Ori needs this.  It should not cost much more memory at runtime,
only a minimal amount of address space.

Diffstat:
Mall.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/all.h b/all.h @@ -33,7 +33,7 @@ typedef struct Target Target; enum { NString = 32, NPred = 63, - NIns = 8192, + NIns = 1 << 20, NAlign = 3, NField = 32, NBit = CHAR_BIT * sizeof(bits),