[Git][ghc/ghc][master] JS: `h$rts_isProfiled` is removed from `profiling` and left its version at
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Wed Mar 27 11:29:19 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
13223f6d by Serge S. Gulin at 2024-03-27T07:28:51-04:00
JS: `h$rts_isProfiled` is removed from `profiling` and left its version at
`rts/js/config.js`
- - - - -
1 changed file:
- rts/js/profiling.js
Changes:
=====================================
rts/js/profiling.js
=====================================
@@ -331,7 +331,3 @@ function h$buildCCSPtr(o) {
function h$clearCCS(a) {
throw new Error("ClearCCSOp not implemented");
}
-
-function h$rts_isProfiled() {
- return 0;
-}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/13223f6d6c7ef7591e53d033296c6ceb760ead63
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/13223f6d6c7ef7591e53d033296c6ceb760ead63
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240327/1bd78b34/attachment.html>
More information about the ghc-commits
mailing list