Displaying 8 results from an estimated 8 matches for "tussle".
2015 Apr 03
2
systemctl (again)
...;s .wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other
unit which has a requirement dependency on it.
3) A unit may be started when needed via activation (socket,
path, timer, D-Bus, udev, scripted systemctl call, ...).
Ah well, bed time. I'll tussle with Poettering's logic in the morning.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAEBAgAGBQJVHw8xAAoJEAF3yXsqtyBlieQP/3to6d4gqWZ1HQkTvwKwgSBf
Mg3GM6R+10E8skhHEuwAe8uX3ZznbO4F7NOMy3yRBSrL+y/fu6+U8To7T6wLvGKC
kFbdCbWradLP31clWzVjJYVVYIUXTVpMC6u59L5IFbYzIB//KShYC7NxDAt...
2018 May 09
1
How to add assembly instructions in CodeGen
...there. However, that
may still dis-align the stack. I have to think about it. But your XRay code
does give me the courage to think about this seriously.
Thank you for your help. I also figured out that we can access certain
CodeGen's feature right from the IR level, as you have explained your
tussle of dealing with IR and CodeGen together. Hopefully I can work out a
convenient way.
Regards,
Soham Sinha
PhD Student, Department of Computer Science
Boston University
On Mon, May 7, 2018 at 8:38 PM, Dean Michael Berris <dean.berris at gmail.com>
wrote:
> On Tue, May 8, 2018 at 4:06 AM S...
2009 Jul 31
4
Zfs deduplication
Will the material ever be posted. Looks there is some huge bugs with zfs
deduplication that the organizers do not want to post it also there is no
indication on sun website if there will be a deduplication feature. I think
its best they concentrate on improving zfs performance and speed with
compression enabled.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Apr 04
0
systemctl (again)
...t's purpose may be to act as a helper for some other
> unit which has a requirement dependency on it.
> 3) A unit may be started when needed via activation (socket,
> path, timer, D-Bus, udev, scripted systemctl call, ...).
>
> Ah well, bed time. I'll tussle with Poettering's logic in the morning.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.22 (GNU/Linux)
>
> iQIcBAEBAgAGBQJVHw8xAAoJEAF3yXsqtyBlieQP/3to6d4gqWZ1HQkTvwKwgSBf
> Mg3GM6R+10E8skhHEuwAe8uX3ZznbO4F7NOMy3yRBSrL+y/fu6+U8To7T6wLvGKC
> kFbdCbWradLP31clWzVjJYVVYIUXTV...
2015 Apr 04
2
systemctl (again)
...s/ directory. 2) A unit's purpose may be to act as a
> helper for some other unit which has a requirement dependency on
> it. 3) A unit may be started when needed via activation (socket,
> path, timer, D-Bus, udev, scripted systemctl call, ...).
>
> Ah well, bed time. I'll tussle with Poettering's logic in the
> morning.
>> _______________________________________________ CentOS mailing
>> list CentOS at centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
> _______________________________________________ CentOS mailing
> li...
2015 Apr 02
4
systemctl (again)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
SELinux certainly was causing fun and games. I copied your suggestion
to /etc/systemd/user/timidity.service (mode 750) but it's still not happy:
[root at tamar user]# systemctl status timidity
timidity.service
Loaded: not-found (Reason: No such file or directory)
Active: failed (Result: exit-code) since Th...
... Starting LSB: Add
2018 May 08
0
How to add assembly instructions in CodeGen
On Tue, May 8, 2018 at 4:06 AM Soham Sinha <soham1 at bu.edu> wrote:
> Hello Dean,
> I looked at the XRay Instrumentation. That's a nice engineering effort. I
am sure you had your motivation to do this in CodeGen just like I wanted to
do. I don't understand all of your code but I get the idea that you are
adjusting the alignment with explicit bytes and no-op instructions. My
2018 May 07
2
How to add assembly instructions in CodeGen
Hello Dean,
I looked at the XRay Instrumentation. That's a nice engineering effort. I
am sure you had your motivation to do this in CodeGen just like I wanted to
do. I don't understand all of your code but I get the idea that you are
adjusting the alignment with explicit bytes and no-op instructions. My
problem is also very much related to yours where my stack pointer ($rsp)
alignment