Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
ea0e6441
Commit
ea0e6441
authored
Feb 04, 2002
by
sof
Browse files
[project @ 2002-02-04 20:25:39 by sof]
startupHaskell: Scheduler startup now handles task creation
parent
e53c9fc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/RtsStartup.c
View file @
ea0e6441
/* -----------------------------------------------------------------------------
* $Id: RtsStartup.c,v 1.6
0
200
1/12/12 14:31:43 simonmar
Exp $
* $Id: RtsStartup.c,v 1.6
1
200
2/02/04 20:25:39 sof
Exp $
*
* (c) The GHC Team, 1998-2000
*
...
...
@@ -170,11 +170,6 @@ startupHaskell(int argc, char *argv[], void (*init_root)(void))
/* start the virtual timer 'subsystem'. */
startVirtTimer
(
TICK_MILLISECS
);
/* start our haskell execution tasks */
#ifdef SMP
startTasks
();
#endif
/* Initialise the stats department */
initStats
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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