Haskell.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

ghc-tickets

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2013 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
ghc-tickets@haskell.org

February 2013

  • 1 participants
  • 256 discussions
Re: [GHC] #7498: panic : Register allocator: out of stack slots (need 147)
by GHC 11 Feb '13

11 Feb '13
#7498: panic : Register allocator: out of stack slots (need 147) ----------------------------------+----------------------------------------- Reporter: erikd | Owner: Type: bug | Status: closed Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: powerpc Failure: Building GHC failed | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: ----------------------------------+----------------------------------------- Changes (by simonmar): * status: patch => closed * resolution: => fixed -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7498#comment:13> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7498: panic : Register allocator: out of stack slots (need 147)
by GHC 11 Feb '13

11 Feb '13
#7498: panic : Register allocator: out of stack slots (need 147) ----------------------------------+----------------------------------------- Reporter: erikd | Owner: Type: bug | Status: patch Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Os: Unknown/Multiple | Architecture: powerpc Failure: Building GHC failed | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: ----------------------------------+----------------------------------------- Comment(by simonmar): pushed, thanks. An error when pushing prevented the commit showing up on the ticket: {{{ Unexpected error while processing ticket ID 7498: columns ticket, time, field are not unique Unexpected error while processing ticket ID 7498: columns ticket, time, field are not unique }}} So here it is: {{{ commit 36d9ded20c07f6b81271fa248e301cc44f29eff7 Merge: 804d8f6 c1feb5f Author: Simon Marlow <marlowsd(a)gmail.com> Date: Mon Feb 11 09:23:40 2013 +0000 Merge remote-tracking branch 'phonohawk/ticket-7498' * phonohawk/ticket-7498: Fix bugs in PPC.Instr.allocMoreStack (#7498) commit c1feb5f9b82ab05a128ecb7678d2da3db078ff40 Author: PHO <pho(a)cielonegro.org> Date: Mon Feb 11 13:49:26 2013 +0900 Fix bugs in PPC.Instr.allocMoreStack (#7498) This patch is ported from #7510, which fixes the same bug in the x86 nativeGen. }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7498#comment:12> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7510: Immediate seg-fault on 32-bit windows build
by GHC 11 Feb '13

11 Feb '13
#7510: Immediate seg-fault on 32-bit windows build -------------------------------+-------------------------------------------- Reporter: simonpj | Owner: simonmar Type: bug | Status: closed Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.6.1 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: -------------------------------+-------------------------------------------- Comment(by pho@…): commit c1feb5f9b82ab05a128ecb7678d2da3db078ff40 {{{ Author: PHO <pho(a)cielonegro.org> Date: Mon Feb 11 13:49:26 2013 +0900 Fix bugs in PPC.Instr.allocMoreStack (#7498) This patch is ported from #7510, which fixes the same bug in the x86 nativeGen. compiler/nativeGen/PPC/Instr.hs | 124 ++++++++++++++++++++++++++------------ 1 files changed, 85 insertions(+), 39 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7510#comment:16> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7498: panic : Register allocator: out of stack slots (need 147)
by GHC 11 Feb '13

11 Feb '13
#7498: panic : Register allocator: out of stack slots (need 147) ----------------------------------+----------------------------------------- Reporter: erikd | Owner: Type: bug | Status: patch Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Os: Unknown/Multiple | Architecture: powerpc Failure: Building GHC failed | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: ----------------------------------+----------------------------------------- Comment(by marlowsd@…): commit e19a20488b5b7b412543fb81b81ee9412ef414e6 {{{ Author: Simon Marlow <marlowsd(a)gmail.com> Date: Mon Feb 11 10:50:45 2013 +0000 allocMoreStack: we should be retargetting table jumps too. Thanks to @PHO on #7498 for pointing this out. compiler/nativeGen/X86/Instr.hs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7498#comment:11> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #5113: Huge performance regression of 7.0.2, 7.0.3 and HEAD over 7.0.1 and 6.12 (MonoLocalBinds)
by GHC 11 Feb '13

11 Feb '13
#5113: Huge performance regression of 7.0.2, 7.0.3 and HEAD over 7.0.1 and 6.12 (MonoLocalBinds) --------------------------------------+------------------------------------- Reporter: daniel.is.fischer | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.0.3 Resolution: fixed | Keywords: performance, MonoLocalBinds Os: Linux | Architecture: x86 Failure: Runtime performance bug | Difficulty: Unknown Testcase: perf/should_run/T5113 | Blockedby: Blocking: | Related: --------------------------------------+------------------------------------- Changes (by simonpj): * difficulty: => Unknown Comment: This patch is the crucial one that fixes the original problem {{{ commit b5c18c91da911a7729563207c7b95f7e452cca7e Author: Simon Peyton Jones <simonpj(a)microsoft.com> Date: Fri Feb 8 17:29:40 2013 +0000 Fix an old and egregious specialisation bug (Trac #5113) The specialiser needs to know if a dictionay has some structure, so that it can decide whether to specialise a function. Eg (A) let d = $dfblah d1 in ....(f d).... (B) \d. ....(f d).... In (A) it's probably worth specialising f; in (B) it isn't. Previously we were relying on d's unfolding, but the specialiser does cloning as it goes, which discards the unfolding. So we were simply discarding all specialisations for functions with local dictionary bindings! This bug seems to have been there for a long time. This is what originally caused Trac #5113. Then we went through a phase where local bindings were not generalised, and that meant there was no locally overloaded f to specialise; so the performance problem appeared to be fixed. But now we are generalising local bindings again, so it re-appeared. This patch fixes the original problem. compiler/specialise/Specialise.lhs | 390 ++++++++++++++++++++---------------- 1 files changed, 214 insertions(+), 176 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5113#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #5113: Huge performance regression of 7.0.2, 7.0.3 and HEAD over 7.0.1 and 6.12 (MonoLocalBinds)
by GHC 11 Feb '13

11 Feb '13
#5113: Huge performance regression of 7.0.2, 7.0.3 and HEAD over 7.0.1 and 6.12 (MonoLocalBinds) --------------------------------------+------------------------------------- Reporter: daniel.is.fischer | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.0.3 Resolution: fixed | Keywords: performance, MonoLocalBinds Os: Linux | Architecture: x86 Failure: Runtime performance bug | Difficulty: Testcase: perf/should_run/T5113 | Blockedby: Blocking: | --------------------------------------+------------------------------------- Comment(by simonpj@…): commit 33683ba9367e03b6b051f1c0c694fd8bf244a759 {{{ Author: Simon Peyton Jones <simonpj(a)microsoft.com> Date: Mon Feb 11 08:38:12 2013 +0000 Extra comment about the fix to Trac #5113 compiler/specialise/Specialise.lhs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5113#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7192: Bug in -fregs-graph with -fnew-codegen
by GHC 11 Feb '13

11 Feb '13
#7192: Bug in -fregs-graph with -fnew-codegen -------------------------------+-------------------------------------------- Reporter: simonmar | Owner: benl Type: bug | Status: closed Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: 4258 | Related: -------------------------------+-------------------------------------------- Comment(by simonmar): Replying to [comment:13 shelarcy]: > Where is a separated ticket? #7679 -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7192#comment:14> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7498: panic : Register allocator: out of stack slots (need 147)
by GHC 11 Feb '13

11 Feb '13
#7498: panic : Register allocator: out of stack slots (need 147) ----------------------------------+----------------------------------------- Reporter: erikd | Owner: Type: bug | Status: patch Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Os: Unknown/Multiple | Architecture: powerpc Failure: Building GHC failed | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: ----------------------------------+----------------------------------------- Changes (by PHO): * status: new => patch Comment: I [https://github.com/phonohawk/ghc/commit/c1feb5f9b82ab05a128ecb7678d2da3db07… ported] the above patch to PPC: {{{ % git fetch git://github.com/phonohawk/ghc.git ticket-7498 }}} While x86 version did not seemingly retarget table-branches, I was not sure that was intended or not so I decided to retarget them in my PPC version. At least my patch works for my Darwin/PPC box. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7498#comment:10> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7359: unix-2.6.0.0 fails to install on mac os x with 7.4.* (works with 7.6.1)
by GHC 10 Feb '13

10 Feb '13
#7359: unix-2.6.0.0 fails to install on mac os x with 7.4.* (works with 7.6.1) ----------------------------+----------------------------------------------- Reporter: AndreasVoellmy | Owner: Type: bug | Status: new Priority: normal | Component: libraries/unix Version: 7.4.1 | Keywords: unix package Os: MacOS X | Architecture: x86_64 (amd64) Failure: Other | Testcase: Blockedby: | Blocking: Related: | ----------------------------+----------------------------------------------- Changes (by george.colpitts): * keywords: => unix package -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7359#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7359: unix-2.6.0.0 fails to install on mac os x with 7.4.* (works with 7.6.1)
by GHC 10 Feb '13

10 Feb '13
#7359: unix-2.6.0.0 fails to install on mac os x with 7.4.* (works with 7.6.1) ----------------------------+----------------------------------------------- Reporter: AndreasVoellmy | Owner: Type: bug | Status: new Priority: normal | Component: libraries/unix Version: 7.4.1 | Keywords: Os: MacOS X | Architecture: x86_64 (amd64) Failure: Other | Testcase: Blockedby: | Blocking: Related: | ----------------------------+----------------------------------------------- Changes (by george.colpitts): * cc: george.colpitts@… (added) Comment: Any chance of a fix for this? Many packages depend on unix and these packages can't be installed on Mac OS with the latest Haskell Platform -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7359#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • ...
  • 26
  • Older →

HyperKitty Powered by HyperKitty version 1.3.9.