| From: | Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk> |
|---|---|
| To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Cc: | Andres Freund <andres(at)anarazel(dot)de> |
| Subject: | Re: JIT on FreeBSD ARMv7 |
| Date: | 2019-02-26 02:39:42 |
| Message-ID: | 877edngtpm.fsf@news-spur.riddles.org.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
>>>>> "Andrew" == Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk> writes:
Andrew> This seems to be the cleanest way to get a JIT build working on
Andrew> FreeBSD on the armv7 platform. Without this, it fails because
Andrew> the ABI functions __aeabi_ldivmod and so on are not found by
Andrew> the symbol lookup for JITted code.
Turns out it needs more symbols, as per the attached.
--
Andrew (irc:RhodiumToad)
| Attachment | Content-Type | Size |
|---|---|---|
| armjit2.patch | text/x-patch | 4.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Takahashi, Ryohei | 2019-02-26 02:45:58 | RE: SQL statement PREPARE does not work in ECPG |
| Previous Message | Andres Freund | 2019-02-26 02:01:23 | Re: POC: converting Lists into arrays |