Skip to content
Snippets Groups Projects
Commit 8a686230 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-04-19 10:52:36 by simonmar]

Profiling description info for PAP and AP_UPD.
parent 95617a43
No related branches found
No related tags found
No related merge requests found
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* $Id: Updates.hc,v 1.26 2000/04/03 19:39:17 panne Exp $ * $Id: Updates.hc,v 1.27 2000/04/19 10:52:36 simonmar Exp $
* *
* (c) The GHC Team, 1998-1999 * (c) The GHC Team, 1998-1999
* *
...@@ -142,7 +142,7 @@ VEC_POLY_INFO_TABLE(Upd_frame,UPD_FRAME_BITMAP, NULL/*srt*/, 0/*srt_off*/, 0/*sr ...@@ -142,7 +142,7 @@ VEC_POLY_INFO_TABLE(Upd_frame,UPD_FRAME_BITMAP, NULL/*srt*/, 0/*srt_off*/, 0/*sr
really an optimisation? --SDM) really an optimisation? --SDM)
-------------------------------------------------------------------------- */ -------------------------------------------------------------------------- */
INFO_TABLE(PAP_info,PAP_entry,/*special layout*/0,0,PAP,,EF_,0,0); INFO_TABLE(PAP_info,PAP_entry,/*special layout*/0,0,PAP,,EF_,"PAP","PAP");
STGFUN(PAP_entry) STGFUN(PAP_entry)
{ {
nat Words; nat Words;
...@@ -413,7 +413,7 @@ EXTFUN(stg_update_PAP) ...@@ -413,7 +413,7 @@ EXTFUN(stg_update_PAP)
-------------------------------------------------------------------------- */ -------------------------------------------------------------------------- */
INFO_TABLE(AP_UPD_info,AP_UPD_entry,/*special layout*/0,0,AP_UPD,,EF_,0,0); INFO_TABLE(AP_UPD_info,AP_UPD_entry,/*special layout*/0,0,AP_UPD,,EF_,"AP_UPD","AP_UPD");
STGFUN(AP_UPD_entry) STGFUN(AP_UPD_entry)
{ {
nat Words; nat Words;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment