Skip to content

Commit

Permalink
change layout to reduce memory consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jun 5, 2015
1 parent 391d1e0 commit 6fc4504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expression.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ class Expression : public RootObject
{
public:
Loc loc; // file location
TOK op; // handy to minimize use of dynamic_cast
Type *type; // !=NULL means that semantic() has been run
TOK op; // to minimize use of dynamic_cast
unsigned char size; // # of bytes in Expression so we can copy() it
unsigned char parens; // if this is a parenthesized expression

Expand Down

0 comments on commit 6fc4504

Please sign in to comment.