Send MinGW-Notify mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."


Please do not reply to this notification; the sender address is unable to 
accept incoming e-mail.  If you wish to unsubscribe you can do so at 
https://lists.osdn.me/mailman/listinfo/mingw-notify.



Today's Topics:

   1. [mingw] #41070: Please include libgccjit with MinGW GCC
      distribution (MinGW Notification List)
   2. [mingw] #41070: Please include libgccjit with MinGW GCC
      distribution (MinGW Notification List)
   3. [mingw] #41070: Please include libgccjit with MinGW GCC
      distribution (MinGW Notification List)


----------------------------------------------------------------------

Message: 1
Date: Sun, 07 Mar 2021 07:18:07 +0200
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #41070: Please include libgccjit with
        MinGW GCC distribution
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#41070: Please include libgccjit with MinGW GCC distribution

  Open Date: 2020-12-23 19:28
Last Update: 2021-03-07 07:18

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/41070
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41070

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-03-07 07:18 Updated by: eliz

Comment:

Reply To eliz
Keith, thank you for your work on porting libgccjit to MinGW.
I have now quite successfully used this to build the latest version of the 
"native-comp" branch of GNU Emacs using mingw.org's MinGW tools.
And one more request: the code in jit-recording.c opens the "dump" files in the 
default "text" mode.  This is a bad idea on Windows, since the files it needs 
to write may have all kinds of unusual characters, like control characters etc. 
 I attach a trivial patch to fix that, I hope it can be applied for the next 
release.


---------------------------------------------------------------------
Ticket Status:

      Reporter: eliz
         Owner: keith
          Type: Feature Request
        Status: Open [Owner assigned]
      Priority: 5 - Medium
     MileStone: (None)
     Component: GCC
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

ease add libgccjit to the binaries included in the MinGW GCC distributions.
This is required to be able to build projects that use libgccjit for JIT 
compilation of code.
One example of this is "gccemacs", a branch of GNU Emacs development (soon to 
land
on the master branch of Emacs) that compiles Emacs Lisp programs into native 
x86 code
for faster runtime performance.
Thank you.


-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/41070
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41070


------------------------------

Message: 2
Date: Sun, 07 Mar 2021 11:59:38 +0000
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #41070: Please include libgccjit with
        MinGW GCC distribution
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#41070: Please include libgccjit with MinGW GCC distribution

  Open Date: 2020-12-23 17:28
Last Update: 2021-03-07 11:59

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/41070
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41070

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-03-07 11:59 Updated by: keith
 * Details Updated

Comment:

Reply To eliz
Keith, thank you for your work on porting libgccjit to MinGW.
I have now quite successfully used this to build the latest version of the 
"native-comp" branch of GNU Emacs using mingw.org's MinGW tools.
That's good to know, thanks.
Would it be possible for you to make the DLL with the debug symbols available 
for download?
Sure.  Uncompressed, its a 270MB monster, which exceeds the attachment size 
limit, so I've attached an XZ compressed copy; (sorry, but it is from my build 
tree, before applying your subsequent file mode patch ... I'll fix that later
).
Also, the GCC source distribution on the MinGW site seems to be before applying 
all the MinGW patches: at least the libgccjit patches seem to be not applied.  
is that intentional?
Yes, that is intentional.  It's a philosophical choice, whether to distribute 
pristine source with patches to be applied at point of use, or to distribute 
already patched source; we have always adopted the former convention.  FWIW, 
these days I use mingw-pkg to construct the packages which I contribute; that 
folds the patch set, together with the MinGW package specification files, into 
the arch/mingw32 subdirectory of the source tarball, (and also offers the 
mingw-pkg patch command, to apply them in the correct, alphanumerically sorted 
by file name, order).

---------------------------------------------------------------------
Ticket Status:

      Reporter: eliz
         Owner: keith
          Type: Feature Request
        Status: Open [Owner assigned]
      Priority: 5 - Medium
     MileStone: (None)
     Component: GCC
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

Please add libgccjit to the binaries included in the MinGW GCC distributions.
This is required to be able to build projects that use libgccjit for JIT 
compilation of code.
One example of this is "gccemacs", a branch of GNU Emacs development (soon to 
land
on the master branch of Emacs) that compiles Emacs Lisp programs into native 
x86 code
for faster runtime performance.
Thank you.


-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/41070
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41070


------------------------------

Message: 3
Date: Sun, 07 Mar 2021 16:13:16 +0000
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #41070: Please include libgccjit with
        MinGW GCC distribution
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#41070: Please include libgccjit with MinGW GCC distribution

  Open Date: 2020-12-23 17:28
Last Update: 2021-03-07 16:13

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/41070
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41070

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-03-07 16:13 Updated by: keith

Comment:

Reply To eliz
Reply To eliz
Keith, thank you for your work on porting libgccjit to MinGW.
I have now quite successfully used this to build the latest version of the 
"native-comp" branch of GNU Emacs using mingw.org's MinGW tools.

And one more request: the code in jit-recording.c opens the "dump" files in the 
default "text" mode.  This is a bad idea on Windows, since the files it needs 
to write may have all kinds of unusual characters, like control characters etc. 
 I attach a trivial patch to fix that, I hope it can be applied for the next 
release.
Thanks.  I've imported your patch into my build tree, rebuilt, and refreshed 
the FRS copies of gcc-9.2.0-3-mingw32-src.tar.tx and 
libgccjit-9.2.0-3-mingw32-dll-0.tar.xz, (together with their respective GPG 
signature files).  I've also replaced the debugging version of libgccjit-0,dll, 
previously attached hereto, with an updated copy, including your patch.

---------------------------------------------------------------------
Ticket Status:

      Reporter: eliz
         Owner: keith
          Type: Feature Request
        Status: Open [Owner assigned]
      Priority: 5 - Medium
     MileStone: (None)
     Component: GCC
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

Please add libgccjit to the binaries included in the MinGW GCC distributions.
This is required to be able to build projects that use libgccjit for JIT 
compilation of code.
One example of this is "gccemacs", a branch of GNU Emacs development (soon to 
land
on the master branch of Emacs) that compiles Emacs Lisp programs into native 
x86 code
for faster runtime performance.
Thank you.


-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/41070
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41070


------------------------------

Subject: Digest Footer

_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify


------------------------------

End of MinGW-Notify Digest, Vol 42, Issue 3
*******************************************

Reply via email to