Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
abe2139e
Commit
abe2139e
authored
Sep 13, 2010
by
Simon Marlow
Browse files
make stg_arg_bitmaps public, and available via the GHCi linker (#3672)
parent
3ffd4023
Changes
3
Hide whitespace changes
Inline
Side-by-side
includes/rts/storage/InfoTables.h
View file @
abe2139e
...
...
@@ -290,6 +290,9 @@ typedef struct {
#endif
}
StgFunInfoTable
;
// canned bitmap for each arg type, indexed by constants in FunTypes.h
extern
StgWord
stg_arg_bitmaps
[];
/* -----------------------------------------------------------------------------
Return info tables
-------------------------------------------------------------------------- */
...
...
rts/Apply.h
View file @
abe2139e
...
...
@@ -23,7 +23,4 @@ extern RTS_PRIVATE StgWord stg_stack_save_entries[];
extern
RTS_PRIVATE
StgFun
*
stg_stack_save_entries
[];
#endif
// canned bitmap for each arg type
extern
RTS_PRIVATE
StgWord
stg_arg_bitmaps
[];
#endif
/* APPLY_H */
rts/Linker.c
View file @
abe2139e
...
...
@@ -966,6 +966,7 @@ typedef struct _RtsSymbolVal {
SymI_HasProto(stg_writeTVarzh) \
SymI_HasProto(stg_yieldzh) \
SymI_NeedsProto(stg_interp_constr_entry) \
SymI_HasProto(stg_arg_bitmaps) \
SymI_HasProto(alloc_blocks_lim) \
SymI_HasProto(g0) \
SymI_HasProto(allocate) \
...
...
Write
Preview
Supports
Markdown
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