[GHC] #15779: Follow-ups to D5169

#15779: Follow-ups to D5169 -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: task | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Simonmar points out that there are a few follow-up tasks after Phab:D5169:
1. We should build these at installation time, so they don't have to go
into the binary distribution (the same goes for the vanilla way` libHSfoo.o` files)
2. This also needs to be done in Hadrian
-- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15779 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15779: Follow-ups to D5169 -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: task | Status: new Priority: highest | Milestone: 8.8.1 Component: Compiler | Version: 8.6.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by simonmar): * priority: normal => highest * milestone: => 8.8.1 Comment: At least point (2) is a blocker for 8.8.1, and we ought to do (1) too. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15779#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15779: Follow-ups to D5169 -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: task | Status: new Priority: highest | Milestone: 8.8.1 Component: Compiler | Version: 8.6.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by alpmestan): * cc: alpmestan (added) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15779#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15779: Follow-ups to D5169 -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: task | Status: new Priority: highest | Milestone: 8.8.1 Component: Compiler | Version: 8.6.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D5270 Wiki Page: | -------------------------------------+------------------------------------- Changes (by watashi): * differential: => Phab:D5270 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15779#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15779: Follow-ups to D5169 -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: task | Status: new Priority: highest | Milestone: 8.8.1 Component: Compiler | Version: 8.6.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D5270 Wiki Page: | -------------------------------------+------------------------------------- Comment (by watashi): For (2), I put up Phab:D5270 to build profiling LibGhci in Hadrian as well. For (1), is LibGhci only used by statically linked ghci? So only windows distribution is affected by this? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15779#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15779: Follow-ups to D5169 -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: task | Status: new Priority: highest | Milestone: 8.8.1 Component: Compiler | Version: 8.6.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D5270 Wiki Page: | -------------------------------------+------------------------------------- Comment (by simonmar): For (1), these would be used by `ghc -fextenral-interpreter -prof`, and also any statically-linked binary that uses the GHC API. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15779#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15779: Follow-ups to D5169 -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: task | Status: new Priority: highest | Milestone: 8.8.1 Component: Compiler | Version: 8.6.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D5270 Wiki Page: | -------------------------------------+------------------------------------- Comment (by watashi): https://gitlab.haskell.org/ghc/ghc/commit/9ea8dcea3e5ba96808ef91028e0efde9d3... is now merged. We will build p_o in hadrain as well, but this only happens when `dynamicGhcPrograms = return False`. This behavior is different from `make`. Given that libghci can be used by external interpreter, shall we still build it even when `dynamicGhcPrograms` is true? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15779#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15779: Follow-ups to D5169
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: task | Status: new
Priority: highest | Milestone: 8.8.1
Component: Compiler | Version: 8.6.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D5270
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari
participants (1)
-
GHC