[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pypy-svn
Subject:    [pypy-commit] [Mercurial][pypy/pypy][branch/threaded-code-generation] 2 commits: Add new jit ops for
From:       "Yusuke Izawa ( () 3tty0n)" <foss () heptapod ! net>
Date:       2023-08-12 7:56:34
Message-ID: 64d73b32b96de_b2192b60ff85292f0 () heptapod-foss ! mail
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy


Commits:
880ee460 by Yusuke Izawa at 2023-08-12T16:56:23+09:00
Add new jit ops for threaded code: (begin|end)_slow_path

--HG--
branch : threaded-code-generation

- - - - -
87733793 by Yusuke Izawa at 2023-08-12T16:56:39+09:00
Remove unused code

--HG--
branch : threaded-code-generation

- - - - -


13 changed files:

- rpython/jit/backend/arm/opassembler.py
- rpython/jit/backend/llsupport/assembler.py
- rpython/jit/backend/x86/regalloc.py
- rpython/jit/codewriter/jtransform.py
- rpython/jit/metainterp/blackhole.py
- rpython/jit/metainterp/executor.py
- rpython/jit/metainterp/optimizeopt/tracesplit.py
- rpython/jit/metainterp/pyjitpl.py
- rpython/jit/metainterp/resoperation.py
- rpython/jit/metainterp/test/test_jitdriver.py
- rpython/rlib/jit.py
- rpython/rtyper/llinterp.py
- rpython/rtyper/lltypesystem/lloperation.py


View it on Heptapod: \
https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb


-- 
View it on Heptapod: \
https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb
 You're receiving this email because of your account on foss.heptapod.net.


[Attachment #5 (text/html)]

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" \
"http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en" \
style='--code-editor-font: var(--default-mono-font, "Menlo"), DejaVu Sans Mono, \
Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, \
monospace;'> <head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
Heptapod
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe \
UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color \
Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit; }
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; \
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe \
UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color \
Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'> <div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Yusuke Izawa pushed to branch branch/threaded-code-generation at <a \
href="https://foss.heptapod.net/pypy/pypy">PyPy / pypy</a> </h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a \
href="https://foss.heptapod.net/pypy/pypy/-/commit/880ee460341ad7bd76d707153e34fca12be30c70">880ee460</a></strong>
 <div>
<span> by Yusuke Izawa </span> <i> at 2023-08-12T16:56:23+09:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: \
0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, \
"Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier \
New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: \
break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px \
12px; border: 1px solid #dcdcde;'>Add new jit ops for threaded code: \
(begin|end)_slow_path

--HG--
branch : threaded-code-generation
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a \
href="https://foss.heptapod.net/pypy/pypy/-/commit/877337932de1a8d363a6e22d0f980f263171fcfb">87733793</a></strong>
 <div>
<span> by Yusuke Izawa </span> <i> at 2023-08-12T16:56:39+09:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: \
0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, \
"Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier \
New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: \
break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px \
12px; border: 1px solid #dcdcde;'>Remove unused code

--HG--
branch : threaded-code-generation
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
13 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#d8c6fd8e892377d10792aa0761d021533acdaf36">
 rpython/jit/backend/arm/opassembler.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#5b4348768de516602891a66e4a069ba34b7bc630">
 rpython/jit/backend/llsupport/assembler.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#4cb193484cfe0bdcc7384b6726ede6b5dc485e13">
 rpython/jit/backend/x86/regalloc.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#18cb369f35978bfdbcb440a7b8857656ca62a7c2">
 rpython/jit/codewriter/jtransform.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#1b3e477e27bd3591c58c5bcb9e57d3def27a7f09">
 rpython/jit/metainterp/blackhole.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#2963ffebde2f779d658d7c91b1da01f94d81dbd6">
 rpython/jit/metainterp/executor.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#badf61f943c001ec9b0d294ab365f30f43d298c6">
 rpython/jit/metainterp/optimizeopt/tracesplit.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#d5ca16493163e022e9b44147c72322524b65dd69">
 rpython/jit/metainterp/pyjitpl.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#7e770a27c6d95acb9d9c0755828b2ec190f6f7f5">
 rpython/jit/metainterp/resoperation.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#30d8b06b6b3cd67c2393c76d4be86cd2564ce1af">
 rpython/jit/metainterp/test/test_jitdriver.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#203bcc994d36f461941a77681377242b4d25caa3">
 rpython/rlib/jit.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#772c088b4083fc9bd51cc35678f1d52c59e07a91">
 rpython/rtyper/llinterp.py
</a>
</li>
<li class="file-stats">
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17 \
365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb#6c0f9fbda417c7e55f4c7a5c7fe07c1c7d47484f">
 rpython/rtyper/lltypesystem/lloperation.py
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">
&#8212;
<br>
<a href="https://foss.heptapod.net/pypy/pypy/-/compare/d6c6e5a653cbee0a9a05a50490f6e17365cd06c8...877337932de1a8d363a6e22d0f980f263171fcfb">View \
it on Heptapod</a>. <br>
You're receiving this email because of your account on <a target="_blank" \
rel="noopener noreferrer" href="https://foss.heptapod.net">foss.heptapod.net</a>. <a \
href="https://foss.heptapod.net/-/profile/notifications" target="_blank" \
rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> &#183; \
<a href="https://foss.heptapod.net/help" target="_blank" rel="noopener noreferrer" \
class="help-link">Help</a>



</p>
</div>
</body>
</html>



_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-leave@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: pypy-svn@progressive-comp.com


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic