Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
4d699d41
Commit
4d699d41
authored
Feb 26, 1999
by
simonm
Browse files
[project @ 1999-02-26 09:28:43 by simonm]
Remove bogus TICK_ALLOC_HEAP.
parent
5a56bbba
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/StgMacros.h
View file @
4d699d41
/* -----------------------------------------------------------------------------
* $Id: StgMacros.h,v 1.
5
1999/02/
05 16:02:28
simonm Exp $
* $Id: StgMacros.h,v 1.
6
1999/02/
26 09:28:43
simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -332,8 +332,7 @@ static inline int IS_ARG_TAG( StgWord p ) { return p <= ARGTAG_MAX; }
R9.w = (W_)LIVENESS_MASK(liveness); \
R10.w = (W_)reentry; \
JMP_(stg_gen_chk); \
} \
TICK_ALLOC_HEAP(headroom);
}
#define MAYBE_GC(liveness,reentry) \
if (doYouWantToGC()) { \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment